WIP: Update Envoy to 72bf41f (Jun 4th 2021).#690
Closed
mum4k wants to merge 12 commits intoenvoyproxy:mainfrom
Closed
WIP: Update Envoy to 72bf41f (Jun 4th 2021).#690mum4k wants to merge 12 commits intoenvoyproxy:mainfrom
mum4k wants to merge 12 commits intoenvoyproxy:mainfrom
Conversation
Signed-off-by: Jakub Sobon <mumak@google.com>
Signed-off-by: Jakub Sobon <mumak@google.com>
…ark. Signed-off-by: Jakub Sobon <mumak@google.com>
Signed-off-by: Jakub Sobon <mumak@google.com>
Signed-off-by: Jakub Sobon <mumak@google.com>
As suggested by fix_format. Signed-off-by: Jakub Sobon <mumak@google.com>
As suggested by fix_format. Signed-off-by: Jakub Sobon <mumak@google.com>
Signed-off-by: Jakub Sobon <mumak@google.com>
Signed-off-by: Jakub Sobon <mumak@google.com>
…:string. Signed-off-by: Jakub Sobon <mumak@google.com>
Signed-off-by: Jakub Sobon <mumak@google.com>
Collaborator
Author
|
Going to recreate this without the extra commits that made it into the history here. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Blocked until envoyproxy/envoy#16829 or an alternative gets merged upstream (or an alternative gets implemented here).
include/nighthawkup one level by runninggit mv include/nighthawk nighthawk.#includestatements referring to packages under thesource/directory.external/prefix. This was reported bycheck_formatafter the above changes.booltoenvoy::config::core::v3::DnsResolverOptionsin a call toEnvoy::Event::Dispatcher::createDnsResolverto match a recent Envoy change (envoyproxy/envoy@2c0e1f2).HttpPoolDatain envoy (envoyproxy/envoy@ff2c0e5).absl::string_viewtostd::string. Changing Nighthawk code accordingly.Signed-off-by: Jakub Sobon mumak@google.com